home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle: Internet utan modem / Internet CD.iso / web / computer / wwweps~1.com / adam / galactic.dcr / 00110_acceleration.ls < prev    next >
Encoding:
Text File  |  1997-03-06  |  257 b   |  11 lines

  1. on mouseUp
  2.   global player_acc, score
  3.   if score >= 10000 then
  4.     set score to score - 10000
  5.     set the width of sprite 13 to the width of sprite 13 + 16
  6.     set player_acc to player_acc + 1
  7.     put score into field "score"
  8.     updateStage()
  9.   end if
  10. end
  11.